home *** CD-ROM | disk | FTP | other *** search
-
- ########################################################################
- # General Errors
- # from 10000 to 11999
- ########################################################################
-
- A10100, EGENFileNotFound = {ERROR, SP, "Can't load the following file: %s"};
- A10101, EGENExpired = {FATAL, SP, "This version of Alexandra.app has expired. Please get a new one."};
-
- ########################################################################
- # Compose Errors
- # from 12000 to 12999
- ########################################################################
-
- A12100, ECOMPNeedGroup = {ERROR, SP, "You must select a group to post into."};
- A12101, ECOMPNoPosting = {ERROR, SP, "Posting is not allowed."};
- A12102, ECOMPNoPostingToGroup = {ERROR, SP, "Posting to group %s is not allowed."};
-
- ########################################################################
- # NNTP Errors
- # from 13000 to 13999
- ########################################################################
-
- A13000, ENNTPUnexpectedSocketClose ={ERROR, SP , "Unexpected close of connection to server."};
- A13001, ENNTPCouldNotReconnect={ERROR , SP , "Could not reconnect to NNTP server."};
- A13002, ENNTPErrorPerformingCommand={ERROR, SP , "NNTP %s command failed. Status Code %d"};
- A13003, ENNTPCommandNotRecognised={ERROR, SP ,"NNTP server does not support the %s command."};
-
- ########################################################################
- # Preferences
- # from 20000 to 20999
- ########################################################################
-
- A20110, EPREFHeaderPrefMissing = {ERROR, SP, "Could read preferences for headers."};
- A20111, EPREFFontPrefMissing = {ERROR, SP, "Could read font preferences."};
- A20112, EPREFFontTooSmall = {ERROR, SP, "Font must be larger than %dpt."};
- A20113, EPREFFontNotFound = {ERROR, SP, "Can find font %s."};
- A20114, EPREFShouldMerge = {WARNING, nop, "Für spätere Erweiterung"};
-
- ########################################################################
- # Notifications
- # from 90000 to 99999
- ########################################################################
-
- A90100, ENOTEPrefsChanged = {warn, NOP, "preferences changed"};
- A90101, ENOTEPrefsChanged2 = {warn, NOP, "preferences changed"};
-